home *** CD-ROM | disk | FTP | other *** search
/ Science Fair / Science Fair.iso / pc / working / main.dir / 00108.ls < prev    next >
Encoding:
Text File  |  1995-03-26  |  245 b   |  13 lines

  1. on exitFrame
  2.   global gStart, gEnd, gVisible
  3.   puppetSound(0)
  4.   unLoad()
  5.   startTimer()
  6.   set gStart to the frame + 1
  7.   set gEnd to gStart + 82
  8.   set gVisible to 0
  9.   repeat with i = 41 to 45
  10.     set the visible of sprite i to 0
  11.   end repeat
  12. end
  13.